|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlatformObject | |
org.eclipse.core.internal.jobs | |
org.eclipse.core.internal.resources | |
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.core.runtime.jobs | Provides core support for scheduling and interacting with background activity. |
org.eclipse.debug.core | Provides support for launching programs, breakpoint management, expression management, and debug events. |
org.eclipse.debug.core.model | Defines interfaces for debug model elements, source lookup, and launching. |
org.eclipse.ui.progress | |
org.eclipse.update.core | Provides support for extending the base installation and update services. |
org.eclipse.update.core.model | Provides model support for extending the base installation and update services. |
Uses of PlatformObject in org.eclipse.core.internal.jobs |
Subclasses of PlatformObject in org.eclipse.core.internal.jobs | |
class |
org.eclipse.core.internal.jobs.InternalJob
Internal implementation class for jobs. |
Uses of PlatformObject in org.eclipse.core.internal.resources |
Subclasses of PlatformObject in org.eclipse.core.internal.resources | |
class |
org.eclipse.core.internal.resources.InternalWorkspaceJob
Batches the activity of a job as a single operation, without obtaining the workspace lock. |
Uses of PlatformObject in org.eclipse.core.resources |
Subclasses of PlatformObject in org.eclipse.core.resources | |
class |
WorkspaceJob
A job that makes an atomic modification to the workspace. |
Uses of PlatformObject in org.eclipse.core.runtime.jobs |
Subclasses of PlatformObject in org.eclipse.core.runtime.jobs | |
class |
Job
Jobs are units of runnable work that can be scheduled to be run with the job manager. |
Uses of PlatformObject in org.eclipse.debug.core |
Subclasses of PlatformObject in org.eclipse.debug.core | |
class |
Launch
A launch is the result of launching a debug session and/or one or more system processes. |
Uses of PlatformObject in org.eclipse.debug.core.model |
Subclasses of PlatformObject in org.eclipse.debug.core.model | |
class |
Breakpoint
Abstract implementation of a breakpoint. |
class |
LineBreakpoint
Abstract implementation of a line breakpoint. |
class |
RuntimeProcess
Standard implementation of an IProcess that wrappers a system
process (java.lang.Process ). |
Uses of PlatformObject in org.eclipse.ui.progress |
Subclasses of PlatformObject in org.eclipse.ui.progress | |
class |
UIJob
|
class |
WorkbenchJob
WorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling that are required by workbench jobs. |
Uses of PlatformObject in org.eclipse.update.core |
Subclasses of PlatformObject in org.eclipse.update.core | |
class |
ArchiveReference
Convenience implementation of a site archive. |
class |
Category
Convenience implementation of feature category definition. |
class |
Feature
Convenience implementation of a feature. |
class |
FeatureReference
Convenience implementation of a feature reference. |
class |
Import
Convenience implementation of a plug-in dependency. |
class |
IncludedFeatureReference
This is a utility class representing the options of a nested feature. |
class |
InstallHandlerEntry
Convenience implementation of an install handler entry. |
class |
NonPluginEntry
Convenience implementation of non-plug-in entry. |
class |
PluginEntry
Convenience implementation of plug-in entry. |
class |
Site
Convenience implementation of a site. |
class |
SiteFeatureReference
Convenience implementation of a feature reference. |
class |
SiteFeatureReferenceModel
Site Feature reference model object. |
class |
URLEntry
Convenience implementation of an annotated URL. |
Uses of PlatformObject in org.eclipse.update.core.model |
Subclasses of PlatformObject in org.eclipse.update.core.model | |
class |
ArchiveReferenceModel
Site archive model object. |
class |
CategoryModel
Feature category definition model object. |
class |
ContentEntryModel
Content entry model object. |
class |
FeatureModel
Feature model object. |
class |
FeatureReferenceModel
Feature reference model object. |
class |
ImportModel
Plug-in dependency model object. |
class |
IncludedFeatureReferenceModel
Included Feature reference model object. |
class |
InstallHandlerEntryModel
Install handler entry model object. |
class |
ModelObject
Root model object. |
class |
NonPluginEntryModel
Non-plug-in entry model object. |
class |
PluginEntryModel
Plug-in entry model object. |
class |
SiteModel
Site model object. |
class |
URLEntryModel
Annotated URL model object. |
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |